home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / trout.dir / 00028_main up.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  262 b   |  12 lines

  1. on mouseDown
  2.   global myLine
  3.   puppetSprite(10, 0)
  4.   set the movieRate of sprite 24 to 0
  5.   if the machineType = 256 then
  6.     set the video of cast (myLine + 100) to 0
  7.     set the controller of cast (myLine + 100) to 0
  8.   end if
  9.   updateStage()
  10.   go("toMain")
  11. end
  12.